From: Stephane Glondu Date: Mon, 27 Oct 2008 18:37:47 +0000 (+0100) Subject: Add explicit dependency from camlp4-extra to ocaml-nox X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~449^2~33 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=198c56cc9a54711c999deeff311e52b3dd419fcc;p=ocaml.git Add explicit dependency from camlp4-extra to ocaml-nox --- diff --git a/debian/changelog b/debian/changelog index dd1cfa4e..ad0f3557 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ ocaml (3.11.0~beta1-1) UNRELEASED; urgency=low * Bump debhelper compatibility level to 7, and use debian/clean feature of dh_clean * Add myself to uploaders, and update Julien's address + * Add explicit dependency from camlp4-extra to ocaml-nox [ Stefano Zacchiroli ] * Bump Standards-Version to 3.8.0, no changes needed @@ -20,7 +21,7 @@ ocaml (3.11.0~beta1-1) UNRELEASED; urgency=low - ocaml-md5sums (therefore also disable its usage at the end of the build process) - -- Stephane Glondu Mon, 27 Oct 2008 19:25:11 +0100 + -- Stephane Glondu Mon, 27 Oct 2008 19:36:23 +0100 ocaml (3.10.2-3) unstable; urgency=low diff --git a/debian/control b/debian/control index 18227003..f69cb009 100644 --- a/debian/control +++ b/debian/control @@ -68,7 +68,7 @@ Description: Pre Processor Pretty Printer for OCaml Package: camlp4-extra Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, camlp4 (=${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-nox (=${binary:Version}), camlp4 (=${binary:Version}) Description: Pre Processor Pretty Printer for OCaml - extras Objective Caml (OCaml) is an implementation of the ML language, based on the Caml Light dialect extended with a complete